home *** CD-ROM | disk | FTP | other *** search
/ Win '95 Giga Pack / Win95 Giga Pack (Maple Media) (1997).iso / REGISTRY / INI2REG / README.TXT < prev   
Text File  |  1996-02-22  |  1KB  |  28 lines

  1. INI2REG is written in C++ using the MFC(Microsoft Foundation Classes) v4.00.  The code comes 
  2. with a Project Workspace for the Microsoft Visual C++ compiler, but can be used with any 
  3. compiler (such as Symantec, Watcom or Borlan) which supports the MFC.
  4.  
  5. The code comes zipped 
  6.  
  7. The purpose for such an application is to migrate existing applications from 16-bit Windows 
  8. (most of which used INI files to save user settings) to the 32-bit Windows (Windows 95 and NT)
  9. registry.
  10.  
  11. Most applications which want to qualify for the Windows 95 logo certification must use the
  12. Windows 95/NT registry.
  13.  
  14. The major functionality consists of:
  15. - Initializing settings and getting user input
  16. - Reading the contents of an INI file in memory (which makes use of C++ templates and exception
  17.   handling),
  18. - Writing the contents of the INI file to the path in the Windows 95/NT registry specified by 
  19.   the user.
  20.  
  21. You will find that the $25 (price of the code) will save you a few hours of coding and 
  22. debugging and allow you to update your 16-bit application as painless as possible.
  23.  
  24. Thank you,
  25.  
  26. Mike Funduc
  27. 102372.2530@compuserve.com
  28.